PgDAC

TMemDataSet Methods

Methods of the TMemDataSet class.

For a complete list of the TMemDataSet class members, see the TMemDataSet Members topic.

Public

Name Description

ApplyRange

Applies a range to the dataset.

ApplyUpdates

Overloaded. Writes dataset's pending cached updates to a database.

CancelRange

Removes any ranges currently in effect for a dataset.

CancelUpdates

Clears all pending cached updates from cache and restores dataset in its prior state.

CommitUpdates

Clears the cached updates buffer.

DeferredPost

Makes permanent changes to the database server.

EditRangeEnd

Enables changing the ending value for an existing range.

EditRangeStart

Enables changing the starting value for an existing range.

GetBlob

Overloaded. Retrieves TBlob object for a field or current record when only its name or the field itself is known.

Locate

Overloaded. Searches a dataset for a specific record and positions the cursor on it.

LocateEx

Overloaded. Excludes features that don't need to be included to the TMemDataSet.Locate method of TDataSet.

Prepare

Allocates resources and creates field components for a dataset.

RestoreUpdates

Marks all records in the cache of updates as unapplied.

RevertRecord

Cancels changes made to the current record when cached updates are enabled.

SaveToXML

Overloaded. Saves the current dataset data to a file or a stream in the XML format compatible with ADO format.

SetRange

Sets the starting and ending values of a range, and applies it.

SetRangeEnd

Indicates that subsequent assignments to field values specify the end of the range of rows to include in the dataset.

SetRangeStart

Indicates that subsequent assignments to field values specify the start of the range of rows to include in the dataset.

UnPrepare

Frees the resources allocated for a previously prepared query on the server and client sides.

UpdateResult

Reads the status of the latest call to the ApplyUpdates method while cached updates are enabled.

UpdateStatus

Indicates the current update status for the dataset when cached updates are enabled.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback